home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / winx_dre.swf / scripts / DefineButton2_162 / BUTTONCONDACTION on(rollOut, dragOut).as < prev    next >
Text File  |  2007-03-20  |  146b  |  11 lines

  1. on(rollOut, dragOut){
  2.    if(_root.full)
  3.    {
  4.       _root.moveXmark = false;
  5.    }
  6.    else
  7.    {
  8.       _root.moveCheckmark = false;
  9.    }
  10. }
  11.